@charset "utf-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}


.contentWidth {
	width: 1200px;
	margin: 0 auto;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.hidden {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

/*统一样式*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
}

a:hover {
    text-decoration: none;
}


img {
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333;
}


a:hover {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}


a:visited,
a:active,
a:focus {
	text-decoration: none;
}

img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}
a img{border:0}



.zt td {
	font-size: 16px;
}

.fz {
	background: url(dqwz_20211101.png) no-repeat left;
	padding-left: 23px;
	float: left;
}
.fz a{
	margin-left: 10px;
	margin-right: 2px;
}
	
.dqwz2{
	float: left;
}

.dqwz2 span{
	margin-left: 5px;
	margin-right: 2px;
}  
 
.dqwz2 span img{
	width: 10px;
	height: 23px;
}


.ztlist{
    margin-top: 10px;
}

.ztlist1{
    padding-left: 0;
    padding-right: 10px;
    
}
.ztlistcont{
    border: 1px solid #ddd;
}
.ztlist2{
    padding-left: 10px;
    padding-right: 0;
}
.ztlisttit{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #f6f6f6;
}
.ztlisttitl{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #1492ff;
}
.ztlisttitl img{
    margin-left: 10px;
}
.ztlisttitl span{
    margin-left: 5px;
}
.ztlistmore{
    float: right;
    margin-right: 10px;
}
  .ztlist1,.ztlist2{
    float:left;
    width:50%;
  }

  .dqwz{
    height: 60px;
    margin: 0 auto;
    width: 1200px;
    /* background-color: #eee; */
  }

  .dqwz1{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
  }

  .thszflm{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .swiper-wrapper{
    width: 1864px;
  }

.ztl{width:100%;padding:0 10px 10px;}
.ztl li{border-bottom:1px dashed #dedede;height:35px;line-height:35px;}



/*分页/翻页*/
.pagination{clear:both;width:100%;text-align:center;margin:0;padding:3px 0;line-height:28px;font-size:14px;font-family:"Microsoft YaHei",微软雅黑;}
.pagination a,.pagination span{display:inline-block;border:1px solid #d9d9d9;color:#666;margin:3px;padding:0 10px;text-decoration:none;white-space:nowrap;height:28px;}
.pagination a:hover{background:#1494ff;border:1px solid #1494ff;color:#fff !important;}
.pagination a.active{border:1px solid #1494ff;color:#fff;}
.pagination span.current,.pagination span.current:hover{background:#1494ff;border:1px solid #1494ff;color:#fff;}
.pagination span.disabled,.pagination span.disabled:hover{border:1px solid #d9d9d9;color:#666;background:#eee;}
.pagination a.text,.pagination a.text:hover{color:#fff;background:#1494ff;border:#1494ff 1px solid;cursor:text;}
.pagination a.pagemore,.pagination a.pagemore:hover{color:#666;background:#fff;border:1px solid #fff;cursor:text;padding:0 3px;}
.pagination .inputBar{border:0;height:28px;padding:0 6px;}
.pagination .total{border:0;height:28px;padding:0;}
.pagination .inputBar input{width:40px;height:24px;line-height:24px;padding:2px 5px;border:#ccc 1px solid;margin:-3px 3px 0;*margin:-3px 3px 0;_margin:-3px 3px 0;background:#eee;vertical-align:middle;}
.pagination button {width: 40px;height: 30px;line-height: 22px;padding: 2px 5px;border: #1494ff 1px solid;margin: -5px 6px 0 3px;_margin: -5px 3px 0;background: #1494ff;vertical-align: middle;color: #fff;}


